From 4a261cddcf7258b5fa89178c9762f6d7343186e1 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 21 May 2007 14:30:09 -0600 Subject: [PATCH] [IA64] Fix vpd size New pal has fixed vpd size issue, so change it to 64K to conform to Spec. Signed-off-by: Zhang xiantao --- xen/include/asm-ia64/vmx_vpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/vmx_vpd.h b/xen/include/asm-ia64/vmx_vpd.h index 39acbd1c23..9502cd1ac9 100644 --- a/xen/include/asm-ia64/vmx_vpd.h +++ b/xen/include/asm-ia64/vmx_vpd.h @@ -29,7 +29,7 @@ #include #include -#define VPD_SHIFT 17 /* 128K requirement */ +#define VPD_SHIFT 16 #define VPD_SIZE (1 << VPD_SHIFT) typedef struct { -- 2.30.2